home *** CD-ROM | disk | FTP | other *** search
- object frmFTPBrowser: TfrmFTPBrowser
- Left = 407
- Top = 157
- Width = 492
- Height = 606
- Caption = 'FTP Browse'
- Color = clBtnFace
- Constraints.MinWidth = 490
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object spltSplitter: TSplitter
- Left = 0
- Top = 266
- Width = 484
- Height = 3
- Cursor = crSizeNS
- Align = alTop
- AutoSnap = False
- end
- object pnlBottom: TPanel
- Left = 0
- Top = 529
- Width = 484
- Height = 31
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 0
- object btnClose: TButton
- Left = 408
- Top = 4
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Cancel = True
- Caption = 'Close'
- TabOrder = 0
- OnClick = btnCloseClick
- end
- object btnSelect: TButton
- Left = 328
- Top = 4
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'Select'
- TabOrder = 1
- OnClick = btnSelectClick
- end
- end
- object pnlTop: TPanel
- Left = 0
- Top = 0
- Width = 484
- Height = 221
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 1
- object lblUser: TLabel
- Left = 140
- Top = 4
- Width = 117
- Height = 13
- AutoSize = False
- Caption = 'User name:'
- end
- object lblPass: TLabel
- Left = 280
- Top = 4
- Width = 117
- Height = 13
- AutoSize = False
- Caption = 'Password:'
- end
- object lblHost: TLabel
- Left = 4
- Top = 4
- Width = 125
- Height = 13
- AutoSize = False
- Caption = 'Host:'
- end
- object btnProxy: TSpeedButton
- Left = 4
- Top = 64
- Width = 85
- Height = 25
- AllowAllUp = True
- GroupIndex = 1
- Caption = 'Proxy Settings'
- OnClick = btnProxyClick
- end
- object lblProxyType: TLabel
- Left = 4
- Top = 95
- Width = 129
- Height = 13
- AutoSize = False
- Caption = 'Proxy &type:'
- FocusControl = cbxFWType
- WordWrap = True
- end
- object lblProxyPort: TLabel
- Left = 4
- Top = 175
- Width = 125
- Height = 13
- AutoSize = False
- Caption = 'Proxy p&ort:'
- FocusControl = edtProxyPort
- end
- object lblProxyHost: TLabel
- Left = 4
- Top = 136
- Width = 149
- Height = 13
- AutoSize = False
- Caption = 'Proxy &host:'
- FocusControl = edtProxyHost
- end
- object lblProxyUserID: TLabel
- Left = 140
- Top = 136
- Width = 125
- Height = 13
- AutoSize = False
- Caption = '&User ID:'
- FocusControl = edtProxyUserID
- end
- object lblProxyPass: TLabel
- Left = 280
- Top = 136
- Width = 121
- Height = 13
- AutoSize = False
- Caption = '&Password:'
- FocusControl = edtProxyPass
- end
- object lblPort: TLabel
- Left = 280
- Top = 44
- Width = 129
- Height = 13
- AutoSize = False
- Caption = 'Port:'
- end
- object lblCustomCommand: TLabel
- Left = 140
- Top = 176
- Width = 87
- Height = 13
- Caption = 'Custom command:'
- Visible = False
- end
- object edtUser: TEdit
- Left = 140
- Top = 20
- Width = 133
- Height = 21
- TabOrder = 1
- end
- object edtPass: TEdit
- Left = 280
- Top = 20
- Width = 117
- Height = 21
- PasswordChar = '*'
- TabOrder = 2
- end
- object btnConnect: TButton
- Left = 404
- Top = 16
- Width = 75
- Height = 25
- Caption = 'Connect'
- Default = True
- TabOrder = 4
- OnClick = btnConnectClick
- end
- object chkPassive: TCheckBox
- Left = 4
- Top = 44
- Width = 265
- Height = 17
- Caption = 'P&assive mode (for firewalls)'
- TabOrder = 5
- end
- object cbxFWType: TComboBox
- Left = 4
- Top = 111
- Width = 129
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 6
- OnChange = cbxFWTypeChange
- Items.Strings = (
- 'None'
- 'Socks4'
- 'Socks4a'
- 'Socks5')
- end
- object edtProxyPort: TEdit
- Left = 4
- Top = 191
- Width = 95
- Height = 21
- TabOrder = 7
- Text = '1028'
- end
- object edtProxyHost: TEdit
- Left = 4
- Top = 152
- Width = 129
- Height = 21
- TabOrder = 8
- end
- object chkProxyAuthenticate: TCheckBox
- Left = 140
- Top = 109
- Width = 209
- Height = 17
- Caption = 'Use aut&hentication'
- TabOrder = 9
- OnClick = chkProxyAuthenticateClick
- end
- object edtProxyUserID: TEdit
- Left = 140
- Top = 152
- Width = 133
- Height = 21
- TabOrder = 10
- end
- object edtProxyPass: TEdit
- Left = 280
- Top = 151
- Width = 121
- Height = 21
- PasswordChar = '*'
- TabOrder = 11
- end
- object cbxHost: TComboBox
- Left = 4
- Top = 20
- Width = 129
- Height = 21
- DropDownCount = 10
- ItemHeight = 13
- TabOrder = 0
- OnChange = cbxHostChange
- end
- object edtPort: TEdit
- Left = 280
- Top = 60
- Width = 61
- Height = 21
- TabOrder = 3
- Text = '21'
- end
- object btnCustom: TButton
- Left = 280
- Top = 188
- Width = 75
- Height = 25
- Caption = 'Send'
- TabOrder = 12
- Visible = False
- OnClick = btnCustomClick
- end
- object edtCustom: TEdit
- Left = 140
- Top = 192
- Width = 133
- Height = 21
- TabOrder = 13
- Visible = False
- end
- end
- object pnlFTPLog: TPanel
- Left = 0
- Top = 221
- Width = 484
- Height = 45
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 2
- object rchFTPLog: TRichEdit
- Left = 0
- Top = 0
- Width = 484
- Height = 45
- Align = alClient
- HideScrollBars = False
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- end
- end
- object pnlFiles: TPanel
- Left = 0
- Top = 298
- Width = 484
- Height = 231
- Align = alClient
- BevelOuter = bvNone
- Constraints.MinHeight = 50
- TabOrder = 3
- object lvFiles: TListView
- Left = 0
- Top = 0
- Width = 484
- Height = 231
- Align = alClient
- Columns = <
- item
- Caption = 'File names'
- Width = 285
- end
- item
- Alignment = taRightJustify
- Caption = 'Size'
- Width = 75
- end
- item
- Caption = 'Date'
- Width = 100
- end>
- MultiSelect = True
- ReadOnly = True
- TabOrder = 0
- ViewStyle = vsReport
- OnDblClick = lvFilesDblClick
- end
- end
- object pnlCurrentLocal: TPanel
- Left = 0
- Top = 269
- Width = 484
- Height = 29
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 4
- object edtCurrentLocal: TEdit
- Left = 4
- Top = 4
- Width = 443
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 0
- OnEnter = edtCurrentLocalEnter
- OnExit = edtCurrentLocalExit
- OnKeyPress = edtCurrentLocalKeyPress
- OnKeyUp = edtCurrentLocalKeyUp
- end
- object btnUp: TBitBtn
- Left = 453
- Top = 2
- Width = 29
- Height = 25
- Anchors = [akTop, akRight]
- TabOrder = 1
- OnClick = btnUpClick
- Glyph.Data = {
- 36050000424D3605000000000000360400002800000010000000100000000100
- 0800000000000001000000000000000000000001000000010000000000000000
- 80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
- A60004040400080808000C0C0C0011111100161616001C1C1C00222222002929
- 2900555555004D4D4D004242420039393900807CFF005050FF009300D600FFEC
- CC00C6D6EF00D6E7E70090A9AD000000330000006600000099000000CC000033
- 00000033330000336600003399000033CC000033FF0000660000006633000066
- 6600006699000066CC000066FF00009900000099330000996600009999000099
- CC000099FF0000CC000000CC330000CC660000CC990000CCCC0000CCFF0000FF
- 660000FF990000FFCC00330000003300330033006600330099003300CC003300
- FF00333300003333330033336600333399003333CC003333FF00336600003366
- 330033666600336699003366CC003366FF003399000033993300339966003399
- 99003399CC003399FF0033CC000033CC330033CC660033CC990033CCCC0033CC
- FF0033FF330033FF660033FF990033FFCC0033FFFF0066000000660033006600
- 6600660099006600CC006600FF00663300006633330066336600663399006633
- CC006633FF00666600006666330066666600666699006666CC00669900006699
- 330066996600669999006699CC006699FF0066CC000066CC330066CC990066CC
- CC0066CCFF0066FF000066FF330066FF990066FFCC00CC00FF00FF00CC009999
- 000099339900990099009900CC009900000099333300990066009933CC009900
- FF00996600009966330099336600996699009966CC009933FF00999933009999
- 6600999999009999CC009999FF0099CC000099CC330066CC660099CC990099CC
- CC0099CCFF0099FF000099FF330099CC660099FF990099FFCC0099FFFF00CC00
- 000099003300CC006600CC009900CC00CC0099330000CC333300CC336600CC33
- 9900CC33CC00CC33FF00CC660000CC66330099666600CC669900CC66CC009966
- FF00CC990000CC993300CC996600CC999900CC99CC00CC99FF00CCCC0000CCCC
- 3300CCCC6600CCCC9900CCCCCC00CCCCFF00CCFF0000CCFF330099FF6600CCFF
- 9900CCFFCC00CCFFFF00CC003300FF006600FF009900CC330000FF333300FF33
- 6600FF339900FF33CC00FF33FF00FF660000FF663300CC666600FF669900FF66
- CC00CC66FF00FF990000FF993300FF996600FF999900FF99CC00FF99FF00FFCC
- 0000FFCC3300FFCC6600FFCC9900FFCCCC00FFCCFF00FFFF3300CCFF6600FFFF
- 9900FFFFCC006666FF0066FF660066FFFF00FF666600FF66FF00FFFF66002100
- A5005F5F5F00777777008686860096969600CBCBCB00B2B2B200D7D7D700DDDD
- DD00E3E3E300EAEAEA00F1F1F100F8F8F800F0FBFF00A4A0A000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
- FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000000000
- 000000000000000000FF307979797979797979797979797900FF30C39AA09AA0
- 9AA09AA09A9A9A7900FF30C3A0A0A0000000000000009A7900FF30C3A0A0A000
- A0A09AA09AA09A7900FF30C3A0A0A000A09AA09AA09AA07900FF30C3A0000000
- 0000A0A09AA09A7900FF30C3A0A0000000A0A09AA09AA07900FF30C3A0A0A000
- A0A0A0A0A0A09A7900FF30C3C3C3C3C3C3C3C3C3C3C3A07900FF307979797979
- 7979303030303030FFFFFF30F4C3C3A0A03000FFFFFFFFFFFFFFFFFF30303030
- 3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF}
- end
- end
- object StatusBar1: TStatusBar
- Left = 0
- Top = 560
- Width = 484
- Height = 19
- Panels = <>
- SimplePanel = False
- end
- object IdFTP: TIdFTP
- Intercept = IdFTPLog
- InterceptEnabled = True
- OnDisconnected = IdFTPDisconnected
- OnConnected = IdFTPConnected
- Left = 452
- Top = 44
- end
- object IdFTPLog: TIdLogDebug
- Active = True
- LogTime = False
- OnLogItem = IdFTPLogLogItem
- Target = ltEvent
- Left = 424
- Top = 44
- end
- object ImageList1: TImageList
- Left = 452
- Top = 76
- Bitmap = {
- 494C010102000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
- 0000000000003600000028000000400000001000000001002000000000000010
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000424D3E000000000000003E000000
- 2800000040000000100000000100010000000000800000000000000000000000
- 000000000000000000000000FFFFFF00FFFFFFFF00000000FFFFFFFF00000000
- FFFFFFFF00000000FFFFFFFF00000000FFFFFFFF00000000FFFFFFFF00000000
- FC03FF7F00000000FDFFFFFF00000000FDFFC9C900000000F07FE3E300000000
- F8FFD5D500000000FDFFF7F700000000FFFFFFFF00000000FFFFFFFF00000000
- FFFFFFFF00000000FFFFFFFF0000000000000000000000000000000000000000
- 000000000000}
- end
- object IvTranslator1: TIvTranslator
- DictionaryName = 'dcoAMStepBuilder'
- OnAfterTranslate = IvTranslator1AfterTranslate
- Left = 232
- Top = 348
- TargetsData = (
- 1
- 8
- (
- '*'
- 'Hint'
- 0)
- (
- '*'
- 'Caption'
- 0)
- (
- '*'
- 'Items'
- 0)
- (
- 'TRichEdit'
- 'Text'
- 0)
- (
- '*'
- 'Lines'
- 0)
- (
- '*'
- 'Cells'
- 0)
- (
- 'TMemo'
- 'Text'
- 0)
- (
- '*'
- 'Title'
- 0))
- end
- end
-